Resource Path: /api/credential/keys/generate/fromcontent
Uri: http://doc.jamsscheduler.com/api/credential/keys/generate/fromcontent
Description
Generates a new public/private key pair using file content.
Parameters
Name | Description | Data Type |
filePassword | Password for the file (if exists) | string |
Request
The request body is of type Credential.
Credential model
Overview
|
Credential
|
description : string
|
|
fingerprint : string
|
|
lastChangeUTC : string
|
|
logonUserName : string
|
|
password : string
|
|
privateKey : string
|
|
encryptedPrivateKey : string
|
|
encryptedPassword : string
|
|
publicKey : string
|
|
credentialID : integer
|
|
credentialName : string
|
|
keyFileContent : string
|
|
|
|
identifier : string
|
|
inherited : boolean
|
|
flags : string
|
|
accessList : Array[string]
|
|
|
|
Response
The response body is of type Credential.
OK
Overview
|
Credential
|
description : string
|
|
fingerprint : string
|
|
lastChangeUTC : string
|
|
logonUserName : string
|
|
password : string
|
|
privateKey : string
|
|
encryptedPrivateKey : string
|
|
encryptedPassword : string
|
|
publicKey : string
|
|
credentialID : integer
|
|
credentialName : string
|
|
keyFileContent : string
|
|
|
|
identifier : string
|
|
inherited : boolean
|
|
flags : string
|
|
accessList : Array[string]
|
|
|
|
See Also